<!-- TWO STEPS TO INSTALL BLINKER: 1. Paste designated code into HEAD of your HTML document 2. Add the second script to the BODY of your HTML document --> <!-- STEP ONE: Paste this code into HEAD of your document --> <HEAD> <SCRIPT LANGUAGE="JavaScript"> <!--Total Java Scripts 99 - Next Step Software--> <!-- Begin function blinkOn(){ theWin.document.bgColor = "0000ff" nTimes++ JSCTimeOutID = window.setTimeout("blinkOff()",50); } function blinkOff(){ theWin.document.bgColor = "FFFFFF" if (nTimes < 3) JSCTimeOutID = window.setTimeout("blinkOn()",50); else theWin.history.go(0) } function blinkit(aWin) { nTimes = 0 theWin = aWin JSCTimeOutID = window.setTimeout("blinkOn()",50); } // End --> </SCRIPT> <!-- STEP TWO: Add this form to the body of the HTML document --> <BODY> <CENTER> <FORM> <INPUT TYPE="BUTTON" VALUE="Blink" onClick="blinkit(self)"> </FORM> <!-- Script Size: 1.01 KB -->
1998 Copyright (C) Next Step Software All Rights Reserved